home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 4671-5.790 / dmg-5179 / bos / stosext < prev    next >
Text File  |  1995-09-09  |  2KB  |  41 lines

  1.                ************************************
  2.                * STOS EXTENSIONS - SPEC CODE EXT. *
  3.                *          BY J.DAVIDSON           *
  4.                ************************************
  5.  
  6. This series aims to provide help for STOS programmers, giving away 
  7. a  STOS  extension,  a small program which you add  to  your  STOS 
  8. folder,  and this provides more powerful commands for you to  use. 
  9. Beginners  and serious programmers alike will enjoy  this  series, 
  10. widening the power of STOS for you.  And,  as a start,  i've given 
  11. away Spec Code.
  12.  
  13. Spec  Code is a very good extension that allows you to  display  a 
  14. Spectrum  512 or Spectrum 4096 colour picture on screen  depending 
  15. on whether you have an ST or STE.  It is shareware, so remember if 
  16. you use it a lot, you must register it. To make it work, first you 
  17. must extract the file, SPECTRUM.TOS using the instrctions in HOW TO
  18. EXTRACT ARCHIVES.  Next,  copy the file, SPC18.EXU into  your 
  19. STOS  folder  on  your STOS working disk and  boot  up  STOS.  The 
  20. extension should automatically load and your ready to  run.  First 
  21. try running SPC3.BAS.  This will call the fileslector and you  can 
  22. load  a  Spectrum picture and display it.  I  have  included  some 
  23. example pictures for you to get started with.
  24.  
  25. Spec Code contains no manual as such,  this is available when  you 
  26. register it.  Basically,  run SPC3.BAS and you will be able to see 
  27. what commands do what, but here's a quick run-down:
  28.  
  29. First, you must load up a Spectrum picture into a memory bank.
  30.  
  31. SPC  SHOW - displays a picture from a memory bank and changes  the 
  32. screen into Spectrum mode.
  33.  
  34. SPC  OFF  -  remove  the picture and change  the  screen  back  to 
  35. normal.
  36.  
  37. SPC XTRACT - decompress packed Spectrum pictures (SPC).
  38.  
  39. I  hope you will find this series useful,  more next  month,  when 
  40. i'll be giving away the Missing Link extension.
  41.